Einhugur macOS Bridge plugin.

NSMutableDictionary.FromIntegerPtr Method

Constructs NSMutableDictionary object from Integer handle coming from declares or 3rd party plugin.

shared FromIntegerPtr(
   dictIntPtr as Integer) as EinhugurCoreBridge.NSMutableDictionary

Parameters

dictIntPtr
Integer handle coming from declare or 3rd party plugin that points to live NSMutableDictionary object.

Returns

EinhugurCoreBridge.NSMutableDictionary

Remarks

Do not pass integer in here that is not actually NSMutableDictionary handle, doing so would generate crash.

The NSMutableDictionary class will handle retaining the object once and releasing once the object once the NSMutableDictionary class is no longer used.

See Also

NSMutableDictionary Class